korlibs
Toggle table of contents
6.1.0-SNAPSHOT
js
Target filter
js
Switch theme
Search in API
Skip to content
korlibs
korlibs-audio-core
/
org.w3c.dom
/
[js]ScriptProcessorNode
Script
Processor
Node
js
external
interface
ScriptProcessorNode
:
AudioNode
Members
Properties
channel
Count
Link copied to clipboard
js
abstract
val
channelCount
:
Int
context
Link copied to clipboard
js
abstract
val
context
:
AudioContext
number
Of
Inputs
Link copied to clipboard
js
abstract
val
numberOfInputs
:
Int
number
Of
Outputs
Link copied to clipboard
js
abstract
val
numberOfOutputs
:
Int
onaudioprocess
Link copied to clipboard
js
abstract
var
onaudioprocess
:
(
AudioProcessingEvent
)
->
Unit
Functions
connect
Link copied to clipboard
js
abstract
fun
connect
(
destination
:
AudioNode
,
output
:
Int
?
=
definedExternally
,
input
:
Int
?
=
definedExternally
)
:
AudioNode
disconnect
Link copied to clipboard
js
abstract
fun
disconnect
(
output
:
Int
?
=
definedExternally
)
abstract
fun
disconnect
(
destination
:
AudioNode
,
output
:
Int
?
=
definedExternally
,
input
:
Int
?
=
definedExternally
)